projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124a3cb
)
; Fix last change in tramp.el
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 27 Jul 2021 11:08:36 +0000
(13:08 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 27 Jul 2021 11:08:36 +0000
(13:08 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 2a664b6f7918c3b61c78feb1b173f14d45209087..51d5d0687125bc1bbde2db5019c35c1cf9389faf 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-4690,7
+4690,7
@@
Wait, until the connection buffer changes."
(goto-char (point-min))
(tramp-check-for-regexp proc tramp-process-action-regexp)
(tramp-message
- vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string
1
)))
+ vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string
0
)))
;; Hide message.
(narrow-to-region (point-max) (point-max))
;; Wait for new output.